home *** CD-ROM | disk | FTP | other *** search
-
- ;*========================================================================
- ;*
- ;* AESFAST Public Domain GEM bindings.
- ;*
- ;*========================================================================
-
- .include "aesfast.sh"
-
- ;*************************************************************************
- ;*
- ;* Extented Event manager routines 1 of n.
- ;*
- ;*************************************************************************
-
- ;-------------------------------------------------------------------------
- ; evnx_button
- ;-------------------------------------------------------------------------
-
- _evnt_button::
- .cargs #8,.pstruc.l
-
- link a6,#0
-
- AControl 21,3,5,0
-
- moveq.l #-10,d2 ; = intout
- lea .bclicks(a6),a1 ; -> intin
-
- ACall RET2HERE
-
- moveq.l #-10,d1
- lea .px(a6),a1
- jmp (a0)
-
- ; end of code
-
-